<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
background-color:  WHITE;
}
.panelsubheading {
    background:#ffffff; /* create with panel background color */
    font-size:small ;
    color:#000000; /* create with panel heading font color (subheading color and heading color are same) */
    padding: 10px;
    text-align:center;
}

/*BOOTSTRAP CUSTOMIZATIONS BELOW*/

.panel {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #000000; /* update with panel border color */
  border: 3px solid transparent;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
  background: #ffffff; /* update with panel background color*/
  padding: 15px;
}

.panel-title {
  background:#ffffff; /* update with panel background color*/
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 20px;
  color: inherit;
  font-weight:bold;
  text-align:center;
  padding-top:10px;
}
.panel-default &gt; .panel-heading {
  color: #000000; /* update with panel heading font color */
  background-color: #ffffff; /* update with panel background color*/
  border-color: #ddd;
}
.alert-text {
    color: #ff0000;
    font-weight: bold;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 3px solid transparent;
  border-color: #ff0000;
  border-radius: 4px;
}
.alert-danger {
  color: black;
  background-color: #ffff00;
  border-color: #ff0000;
}
.btn-primary {
  color: #fff;
  background-color: #666666;
  border-color: #000000;
}
.btn-primary:focus,
.btn-primary.focus 
{
  color: #fff;
  background-color: #404040;
  border-color: #000000;
}
.btn-primary:hover 
{
  color: #fff;
  background-color: #404040;
  border-color: #000000;

}

.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {background-color: #EEEEEE; color:black;}
.table-striped &gt; tbody &gt; tr:nth-of-type(even) {background-color: white; color:black;}
.table-striped &gt; thead &gt; tr {background-color:white; color:black;}



/* prevent text from wrapping to next line */
.nobr {white-space:nowrap;}

/*half size font when needed */
.half-font {font-size: 75%;}

/*specify different sizes for glyphicons*/
.gi-15x {font-size:1.5em;}
.gi-2x {font-size: 2em;}
.gi-3x {font-size: 3em;}
.gi-4x {font-size: 4em;}
.gi-5x {font-size: 5em;}

.table-chome &gt; tbody &gt; tr &gt; td.toppanel {background-color: #999999; font-weight: bold; border: 1px solid black;}

.table-chome &gt; tbody &gt; tr &gt; td.bottompanel {background-color: #ffffff; border: 1px solid black; color:black;}

.table-chome &gt; tbody &gt; tr &gt; td.leftpanel {background-color: #999999; font-weight: bold; border: 1px solid black;}

.table-chome &gt; tbody &gt; tr &gt; td.rightpanel {background-color: #ffffff; border: 1px solid black; color:black;}

.table-chome th,.table-chome td {border: 1px solid black !important;}

.table-chome {border: 1px solid black;}

.table-chome &gt; thead &gt; tr &gt; th, .table-chome &gt; tbody &gt; tr &gt; th, .table-chome &gt; tfoot &gt; tr &gt; th, .table-chome &gt; thead &gt; tr &gt; td, .table-chome &gt; tbody &gt; tr &gt; td, .table-chome &gt; tfoot &gt; tr &gt; td {border: 1px solid black;}

.table-chome &gt; thead &gt; tr &gt; th, .table-chome &gt; thead &gt; tr &gt; td {border-bottom-width: 2px;}

</pre></body></html>